var runtime.panicking
11 uses
runtime (current package)
mgc.go#L570: if !memstats.enablegc || panicking.Load() != 0 || gcphase != _GCoff {
panic.go#L1104: var panicking atomic.Uint32
panic.go#L1258: panicking.Add(1)
panic.go#L1321: if panicking.Add(-1) != 0 {
print.go#L42: if panicking.Load() == 0 {
proc.go#L286: if panicking.Load() != 0 {
proc.go#L5413: if panicking.Load() > 0 {
symtab.go#L873: if strict && panicking.Load() == 0 {
symtab.go#L916: if panicking.Load() != 0 || !strict {
traceback.go#L1606: if panicking.Load() > 0 || getg().m.curg != getg() {
traceback.go#L1626: if panicking.Load() > 0 || getg().m.curg != getg() {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |